home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 2-2.iso / utility / notepads / _SETUP.1 / Notepads.exe / 0 / RCDATA / TEDITORFORM / TEDITORFORM.txt
Text File  |  1999-09-08  |  1KB  |  75 lines

  1. object EditorForm: TEditorForm
  2.   Left = 203
  3.   Top = 112
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  6.   ClientHeight = 230
  7.   ClientWidth = 425
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnActivate = FormActivate
  16.   OnDeactivate = FormDeactivate
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object M1: TMemo
  21.     Left = 4
  22.     Top = 4
  23.     Width = 417
  24.     Height = 189
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     Lines.Strings = (
  30.       'M1')
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     WordWrap = False
  34.     OnKeyDown = M1KeyDown
  35.   end
  36.   object Button1: TButton
  37.     Left = 264
  38.     Top = 200
  39.     Width = 75
  40.     Height = 25
  41.     Caption = '∩┐╜∩┐╜'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 2
  45.   end
  46.   object Button2: TButton
  47.     Left = 344
  48.     Top = 200
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  53.     ModalResult = 2
  54.     TabOrder = 3
  55.   end
  56.   object Button3: TButton
  57.     Left = 4
  58.     Top = 200
  59.     Width = 75
  60.     Height = 25
  61.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  62.     TabOrder = 1
  63.     OnClick = Button3Click
  64.   end
  65.   object Button4: TButton
  66.     Left = 88
  67.     Top = 200
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜ ∩┐╜∩┐╜'
  71.     TabOrder = 4
  72.     OnClick = Button4Click
  73.   end
  74. end
  75.